const crypto/sha1.magic
7 uses
crypto/sha1 (current package)
sha1.go#L47: magic = "sha\x01"
sha1.go#L48: marshaledSize = len(magic) + 5*4 + chunk + 8
sha1.go#L53: b = append(b, magic...)
sha1.go#L66: if len(b) < len(magic) || string(b[:len(magic)]) != magic {
sha1.go#L72: b = b[len(magic):]
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |